std::unordered_map::get_allocator
From Cppreference
< cpp | container | unordered map
| allocator_type get_allocator() const;
| (C++0x feature) | |
Returns the allocator associated with the container.
Contents |
Parameters
(none)
Return value
the associated allocator
Complexity
constant
See also
| This section is incomplete |